The View Port Object
QuickDraw GX provides you with access to an individual view port object through agxViewPort
reference:
typedef struct gxPrivateViewPortRecord *gxViewPort;In this type definition,gxViewPort
is a type-checked reference, not an actual pointer to any defined structure. The contents of the view port object are private.